body {  
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 85%;
  color: #333333;
  background-color: #990033;
  margin: 30px;
}

a {
  color: #990033;
  font-weight: 700;
  border-bottom: 1px #000 solid;
  text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
}

a:visited {
   color:  #6600ff;
   text-decoration: none;
}

h1 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 100%;
  }

h2 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 85%;
  }  

h3 {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 150%;
  }
  
  
#headerBox {
  height: 4em;
  border: 1px solid black;
  background-color: #990033;
}

#updateBox {
  border: 2px solid black;
  float: right;  
  background-color: #ffffff;
  color: #990033;
  height: 4em;
  width: 15em;
  text-align: center;
  font-weight: 700;
  clear: both;
}
  
#layoutBox {
  float: left;
  border-bottom: 1px solid #5a799d;
  background-color: #ffffff;
  padding: 30px;  
}

#menuBox {
	float: left;
	width: 15em;
	margin: 10px 0 0 0;
   background-color: #ffffff;
	text-align: justify;
}

#wrapper {
width: 650px;/*sets the width for IE5.x's broken box model*/
w\idth: 600px; /* sets the width of the wrapper for compliant browsers*/
margin: 20px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
border: 1px solid #fff; /* sets a border to all 4 sides */
position: relative; /* important to position it relatively */
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}


#contactBox {
	float: left;
      width: 15em;
	margin: 10px 0 0 0;
   background-color: #ffffff;
	text-align: left;
}

#statusBox {
	float: right;
      width: 22em;
	margin: 30px 30px 30px 30px;
   background-color: #ffffff;
	text-align: justify;
   border: 0px solid #000000;
   font-weight: 700;
}

#BoxLeft {
	float: left;
	width: 15em;
	margin: 10px 0 0 0;
   background-color: #ffffff;
	text-align: left;
}

#BoxCenter {
	float: center;
	width: 15em;
	margin: 0px 0 0 10px;
   background-color: #ffffff;
	text-align: justify;
}

#BoxRight {
	float: right;
	width: 15em;
	margin: 10px 0 0 0;
   background-color: #ffffff;
	text-align: left;
}


#footerBox {
  background-color: #990033;
  color: #ffffff;
  height: 1.5em;
  text-align: center;
  font-size: 85%;
  clear: both;
  }
  
.title {
   margin-top: 10px;
	font-family: arial, sans-serif;
	font-size: 280%;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	line-height: 1.5em;
	padding: 5px;
}

.footnote {
   margin-top: 10px;
	font-family: arial, sans-serif;
	font-size: 85%;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	line-height: .5em;
	padding: 5px;
}

.headline {
   color: #660066;
   font-weight: 700;
   text-decoration: none;
}

.darkline{
color: #ffffff; 
background-color: #990099;
text-align: center;
}

.tigerline{
background: #cc6600;
}

.highlight{
font-family: tahoma, verdana, arial;
font-size: 14px; font-weight: 700;
background-color: #ccccff;
color: #0033cc
}

.hint {
   cursor: pointer;
   font-weight: 700;
   border-bottom: 2px #6600cc dotted;
   text-decoration: none;
   line-height: 1.5em;
}

.right {
   text-align: right;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.justify {
   text-align: justify;
}

.bold {
   font-weight=800;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
  width: 15em;
}

.menuGroup a {
  color: #333333;
  text-indent: 3em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #ffffff;
  background-color: #660066;
}

#news {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
  background-color: #ffffff;
  text-align: left;
}

#main {
  margin: 10px 0 0 16em;
  background-color: #ffffff;
  border-left: 1px solid #660033;
  padding: 10px;
  text-align: justify;
}

/*Horizontal navigation list by Simple Bits from accessify.com list-o-matic*/
 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
/**/

